home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Candy / README_FIRST! < prev    next >
Text File  |  1997-09-01  |  3KB  |  86 lines

  1. READ THESE NOTES BEFORE TRYING TO LOAD/RUN THE CODE!
  2.  
  3. This is my gift to Amiga CANDO programmers. The source code to
  4. several programs I've written.
  5.  
  6. VORTEX
  7. ------
  8.  
  9. The complete code to the full program. Unfortunately
  10. there's no documentation "within" the code. You'll simply have to
  11. "step" your way through the code to find out what it does. It really
  12. isn't THAT difficult to do. Just find a button.. and follow the code
  13. like a trail. You'll probably learn a lot more this way than if
  14. I TOLD you what the code was doing :)
  15.  
  16. You should find MANY valuable elements in this program!
  17. The requester, the droptions/directory scanning, etc.
  18.  
  19. IMPORTANT:
  20.  
  21. All of the Vortex code was created to reside in the following
  22. directory: "dh1:EZ-UU"
  23.  
  24. The easiest way to get all the files in the correct place is to
  25. simply unpack the archive directly to your "DH1:" partition.
  26.  
  27. You will also require the seperate CLI utilities mentioned
  28. in the Vortex docs for the program to perform all of the functions.
  29.  
  30. ARC-ANGEL
  31. ---------
  32.  
  33. A little program I never finished. It's a directory utility
  34. that allows you to descend into ZIP, LHA and LZX archives
  35. as if they were standard directories. The main functions
  36. are not implemented... but the directory scanning is nearly
  37. complete. A very rough deck, but you can learn alot here!
  38.  
  39. IMPORTANT:
  40.  
  41. All of this code belongs in a drawer called "dh1:ARC_ANGEL".
  42. The easiest way to get all the files in the correct place is
  43. to unpack the archive directly to your "DH1:" partition.
  44.  
  45. You will require "lha", "Zip", "Unzip", and "lzx".. in c:
  46. to perform scanning into archives of those formats.
  47.  
  48. ----------
  49.  
  50. That's it for this release, coming in the next CANDY
  51. archive....
  52.  
  53. NEXUS: Image translator code.
  54. -----------------------------
  55. A huge amount of code that I used to create (and never finish)
  56. a GUI for the NETPBM image conversion tools.
  57.  
  58. PRE-DCTV
  59. --------
  60. A DCTV image "previewer". Allows you to see DCTV image
  61. contents without DCTV connected and without conversion.
  62.  
  63. RELEASE NOTES:
  64.  
  65. I worked for 8 months on Vortex.. and didn't recieve a SINGLE
  66. donation for my efforts. It was very dissapointing to say
  67. the least. I'm releasing the CODE and hoping that those
  68. who find it useful will send a donation of $1-$5.
  69.  
  70. Joey McDonald
  71. 2627 S. Lamb Blvd. #205
  72. Las Vegas, NV 89121
  73.  
  74. I would very much appreciate the donation!
  75.  
  76. The code is FREEWARE. You may take and use ANY and ALL code
  77. within your own programs and for ANY purpose. However, you
  78. must also include a STATEMENT within your documentation
  79. that my code was used in the creation process of your program.
  80. Please... give credit where credit is due!
  81.  
  82. LONG LIVE THE AMIGA and CANDO!
  83.  
  84. Joey McDonald
  85. tron@mclv.net
  86.